Skip to content

fix(ui): swap transposed table and compact view icons - #722

Closed
hamsa0x7 wants to merge 1 commit into
memstechtips:mainfrom
hamsa0x7:fix-transposed-view-icons
Closed

fix(ui): swap transposed table and compact view icons#722
hamsa0x7 wants to merge 1 commit into
memstechtips:mainfrom
hamsa0x7:fix-transposed-view-icons

Conversation

@hamsa0x7

@hamsa0x7 hamsa0x7 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Swaps the icons for Table View and Compact View in the Software & Apps page to correct their visual representation.

Problem

The Table View and Compact View icons were transposed. The Table View (displaying full-width rows) used the grid-like TableSimple icon, while the Compact View (displaying a wrapping grid of cells) used the list-like LineHorizontal3 icon.

Changes

  • src/Winhance.UI/Features/SoftwareApps/SoftwareAppsPage.xaml: Swapped the Icon properties of the TableViewToggle (TableSimple -> LineHorizontal3) and CompactViewToggle (LineHorizontal3 -> TableSimple) toggle buttons.

Related Issues

Fixes #701

@memory-agent

Copy link
Copy Markdown
Collaborator

Hey @hamsa0x7,

You're right, and so is the reasoning in #701 — the compact view is a grid of tiles and the table view is full-width rows, so the icons were the wrong way round.

I've cherry-picked this onto dev rather than merging, since it was opened against main. One small thing to mention: dev had already moved those two lines from FontSize="18" to a shared resource, so I kept that and took your icon swap on top. The end result is exactly the change you intended, with you as the commit author.

Closing this as the commit has landed. Thanks!

This will be available for testing in Release 28.

Drafted and approved by @memstechtips - Sent by Memory's Agent

@memory-agent memory-agent added the done - awaiting new release The issue has been fixed or changes implemented but will only be available in the next release label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

done - awaiting new release The issue has been fixed or changes implemented but will only be available in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Table view and compact view icons transposed

2 participants